home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 34 / CD Expert nº 34.iso / Kyodai Mahjonng / _SETUP.1 / kyodai3dx.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt < prev   
Text File  |  1997-12-01  |  957b  |  40 lines

  1. object Splash: TSplash
  2.   Left = 295
  3.   Top = 212
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Welcome to Kyodai...'
  7.   ClientHeight = 127
  8.   ClientWidth = 246
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 246
  20.     Height = 127
  21.     Align = alClient
  22.     Picture.Data = {<image000.bmp>}
  23.   end
  24.   object MSOfficeCaption1: TMSOfficeCaption
  25.     AppNameText.Font.Color = clBlack
  26.     AppNameText.Font.Height = -11
  27.     AppNameText.Font.Name = 'MS Sans Serif'
  28.     AppNameText.Font.Style = []
  29.     AppNameText.FontKind = fkCustom
  30.     AppNameText.Visible = True
  31.     CaptionText.Caption = 'Welcome to Kyodai...'
  32.     CaptionText.FontKind = fkSystem
  33.     CaptionText.Visible = True
  34.     CompanyText.FontKind = fkSystemBI
  35.     CompanyText.Visible = True
  36.     Left = 216
  37.     Top = 96
  38.   end
  39. end
  40.